From: Aaron Schulz Date: Tue, 4 Nov 2008 00:38:15 +0000 (+0000) Subject: Fix for r43173. 'patrol' log is part of core; it's not just for extensions. X-Git-Tag: 1.31.0-rc.0~44437 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=26a7ccf7219fa63e944020601034427d80c9db32;p=lhc%2Fweb%2Fwiklou.git Fix for r43173. 'patrol' log is part of core; it's not just for extensions. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index a86c40c680..af2e699d53 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2755,8 +2755,7 @@ $wgLogRestrictions = array( ); /** - * Show/hide links on Special:Log will be shown for these log types. Intended - * for extensions only. + * Show/hide links on Special:Log will be shown for these log types. * * This is associative array of log type => boolean "hide by default" *